Travelling Salesman Problem in JavaScript Canvas

A long a time ago – when I was student at university – I wrote a small, but somewhat impressing program. It is a heuristic (and thus suboptimal) solver for the travelling salesman problem, using an algorithm from the field of neuronal network which is called a self organizing feature map You can read details … Continue reading Travelling Salesman Problem in JavaScript Canvas